reftests: Add a reftest for recent widget path fix
authorBenjamin Otte <otte@redhat.com>
Tue, 22 Jul 2014 01:04:01 +0000 (03:04 +0200)
committerBenjamin Otte <otte@redhat.com>
Tue, 22 Jul 2014 01:06:04 +0000 (03:06 +0200)
commitd66db441e35d0d2d97d47dad152301530ad85f22
tree8b3cfcf4ef1bacaf0507835fee05cba036c71c57
parent5a3ebb486062ab4550a7233d147050e720f99069
reftests: Add a reftest for recent widget path fix

The widget path code copies elements only in gtk_widget_path_copy() -
which is essentially unused - and in
gtk_widget_path_append_with_siblings() - which is used by GtkBox.

So stuff the widget we are testing in a GtkBox to reroduce the problem.
testsuite/reftests/Makefile.am
testsuite/reftests/pseudoclass-on-box.css [new file with mode: 0644]
testsuite/reftests/pseudoclass-on-box.ref.ui [new file with mode: 0644]
testsuite/reftests/pseudoclass-on-box.ui [new file with mode: 0644]